home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3752 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  760 b 

  1. Path: news.primenet.com!pcleo
  2. From: leov@primenet.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help - extended memory, farcalloc, can > 64K arrays be made?
  5. Date: 30 Jan 1996 17:34:02 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4emddq$lqs@nnrp1.news.primenet.com>
  9. References: <Pine.SUN.3.91.960128171324.2379A-100000@haus.efn.org>
  10. X-Posted-By: ip225.phx.primenet.com
  11. X-Newsreader: IBM WebExplorer DLL 
  12.  
  13. farcalloc will allocate more than 64K, as a matter of fact, it will allocate up to 
  14. all the remaining low memory (Below 640K) in the system.
  15.  
  16. Of course, if any one array is greater than 64K, to prevent segment looping while traversing
  17. the array, you will need to use huge pointers instead of far pointers.
  18.  
  19. Leo.
  20.